Two problems with your code: 1. no need for double loop, you are comparing each char on the first word to each char on the second, ... ... <看更多>
Search
Search
Two problems with your code: 1. no need for double loop, you are comparing each char on the first word to each char on the second, ... ... <看更多>